• frmClassFeeInfo.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmClassFeeInfo
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmClassFeeInfo))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel6 = New System.Windows.Forms.Panel()
33         Me.txtSearchByFeeName = New System.Windows.Forms.TextBox()
34         Me.Label4 = New System.Windows.Forms.Label()
35         Me.Panel5 = New System.Windows.Forms.Panel()
36         Me.txtSearchByClass = New System.Windows.Forms.TextBox()
37         Me.Label5 = New System.Windows.Forms.Label()
38         Me.Panel4 = New System.Windows.Forms.Panel()
39         Me.Label7 = New System.Windows.Forms.Label()
40         Me.Label6 = New System.Windows.Forms.Label()
41         Me.txtFee = New System.Windows.Forms.TextBox()
42         Me.cmbSemester = New System.Windows.Forms.ComboBox()
43         Me.cmbFeeName = New System.Windows.Forms.ComboBox()
44         Me.cmbClass = New System.Windows.Forms.ComboBox()
45         Me.Label2 = New System.Windows.Forms.Label()
46         Me.Label3 = New System.Windows.Forms.Label()
47         Me.Panel3 = New System.Windows.Forms.Panel()
48         Me.btnDelete = New System.Windows.Forms.Button()
49         Me.btnClose = New System.Windows.Forms.Button()
50         Me.btnUpdate = New System.Windows.Forms.Button()
51         Me.btnSave = New System.Windows.Forms.Button()
52         Me.btnNew = New System.Windows.Forms.Button()
53         Me.dgw = New System.Windows.Forms.DataGridView()
54         Me.Panel2 = New System.Windows.Forms.Panel()
55         Me.Label1 = New System.Windows.Forms.Label()
56         Me.lblUser = New System.Windows.Forms.Label()
57         Me.txtID = New System.Windows.Forms.TextBox()
58         Me.Label8 = New System.Windows.Forms.Label()
59         Me.cmbSchoolName = New System.Windows.Forms.ComboBox()
60         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.txtSchoolID = New System.Windows.Forms.TextBox()
68         Me.Panel1.SuspendLayout()
69         Me.Panel6.SuspendLayout()
70         Me.Panel5.SuspendLayout()
71         Me.Panel4.SuspendLayout()
72         Me.Panel3.SuspendLayout()
73         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
74         Me.Panel2.SuspendLayout()
75         Me.SuspendLayout()
76         
'
77         
'Panel1
78         
'
79         Me.Panel1.BackColor = System.Drawing.Color.White
80         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
81         Me.Panel1.Controls.Add(Me.Panel6)
82         Me.Panel1.Controls.Add(Me.Panel5)
83         Me.Panel1.Controls.Add(Me.Panel4)
84         Me.Panel1.Controls.Add(Me.Panel3)
85         Me.Panel1.Controls.Add(Me.dgw)
86         Me.Panel1.Controls.Add(Me.Panel2)
87         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
88         Me.Panel1.Name =
"Panel1"
89         Me.Panel1.Size = New System.Drawing.Size(
550, 578)
90         Me.Panel1.TabIndex =
2
91         
'
92         
'Panel6
93         
'
94         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
95         Me.Panel6.Controls.Add(Me.txtSearchByFeeName)
96         Me.Panel6.Controls.Add(Me.Label4)
97         Me.Panel6.Location = New System.Drawing.Point(
168, 257)
98         Me.Panel6.Name =
"Panel6"
99         Me.Panel6.Size = New System.Drawing.Size(
148, 70)
100         Me.Panel6.TabIndex =
3
101         
'
102         
'txtSearchByFeeName
103         
'
104         Me.txtSearchByFeeName.BackColor = System.Drawing.Color.White
105         Me.txtSearchByFeeName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
106         Me.txtSearchByFeeName.Location = New System.Drawing.Point(
13, 32)
107         Me.txtSearchByFeeName.Name =
"txtSearchByFeeName"
108         Me.txtSearchByFeeName.Size = New System.Drawing.Size(
126, 21)
109         Me.txtSearchByFeeName.TabIndex =
0
110         
'
111         
'Label4
112         
'
113         Me.Label4.AutoSize = True
114         Me.Label4.Location = New System.Drawing.Point(
10, 10)
115         Me.Label4.Name =
"Label4"
116         Me.Label4.Size = New System.Drawing.Size(
114, 13)
117         Me.Label4.TabIndex =
12
118         Me.Label4.Text =
"Search By Fee Name :"
119         
'
120         
'Panel5
121         
'
122         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
123         Me.Panel5.Controls.Add(Me.txtSearchByClass)
124         Me.Panel5.Controls.Add(Me.Label5)
125         Me.Panel5.Location = New System.Drawing.Point(
9, 257)
126         Me.Panel5.Name =
"Panel5"
127         Me.Panel5.Size = New System.Drawing.Size(
153, 70)
128         Me.Panel5.TabIndex =
1
129         
'
130         
'txtSearchByClass
131         
'
132         Me.txtSearchByClass.BackColor = System.Drawing.Color.White
133         Me.txtSearchByClass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
134         Me.txtSearchByClass.Location = New System.Drawing.Point(
13, 32)
135         Me.txtSearchByClass.Name =
"txtSearchByClass"
136         Me.txtSearchByClass.Size = New System.Drawing.Size(
124, 21)
137         Me.txtSearchByClass.TabIndex =
0
138         
'
139         
'Label5
140         
'
141         Me.Label5.AutoSize = True
142         Me.Label5.Location = New System.Drawing.Point(
10, 10)
143         Me.Label5.Name =
"Label5"
144         Me.Label5.Size = New System.Drawing.Size(
90, 13)
145         Me.Label5.TabIndex =
12
146         Me.Label5.Text =
"Search By Class :"
147         
'
148         
'Panel4
149         
'
150         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
151         Me.Panel4.Controls.Add(Me.Label8)
152         Me.Panel4.Controls.Add(Me.cmbSchoolName)
153         Me.Panel4.Controls.Add(Me.Label7)
154         Me.Panel4.Controls.Add(Me.Label6)
155         Me.Panel4.Controls.Add(Me.txtFee)
156         Me.Panel4.Controls.Add(Me.cmbSemester)
157         Me.Panel4.Controls.Add(Me.cmbFeeName)
158         Me.Panel4.Controls.Add(Me.cmbClass)
159         Me.Panel4.Controls.Add(Me.Label2)
160         Me.Panel4.Controls.Add(Me.Label3)
161         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
162         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
163         Me.Panel4.Name =
"Panel4"
164         Me.Panel4.Size = New System.Drawing.Size(
290, 174)
165         Me.Panel4.TabIndex =
0
166         
'
167         
'Label7
168         
'
169         Me.Label7.AutoSize = True
170         Me.Label7.Location = New System.Drawing.Point(
19, 101)
171         Me.Label7.Name =
"Label7"
172         Me.Label7.Size = New System.Drawing.Size(
66, 15)
173         Me.Label7.TabIndex =
10
174         Me.Label7.Text =
"Semester :"
175         
'
176         
'Label6
177         
'
178         Me.Label6.AutoSize = True
179         Me.Label6.Location = New System.Drawing.Point(
19, 129)
180         Me.Label6.Name =
"Label6"
181         Me.Label6.Size = New System.Drawing.Size(
34, 15)
182         Me.Label6.TabIndex =
9
183         Me.Label6.Text =
"Fee :"
184         
'
185         
'txtFee
186         
'
187         Me.txtFee.Location = New System.Drawing.Point(
117, 129)
188         Me.txtFee.Name =
"txtFee"
189         Me.txtFee.Size = New System.Drawing.Size(
84, 21)
190         Me.txtFee.TabIndex =
4
191         Me.txtFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
192         
'
193         
'cmbSemester
194         
'
195         Me.cmbSemester.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
196         Me.cmbSemester.FormattingEnabled = True
197         Me.cmbSemester.Items.AddRange(New Object() {
"1st", "2nd"})
198         Me.cmbSemester.Location = New System.Drawing.Point(
117, 101)
199         Me.cmbSemester.Name =
"cmbSemester"
200         Me.cmbSemester.Size = New System.Drawing.Size(
84, 23)
201         Me.cmbSemester.TabIndex =
3
202         
'
203         
'cmbFeeName
204         
'
205         Me.cmbFeeName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
206         Me.cmbFeeName.FormattingEnabled = True
207         Me.cmbFeeName.Location = New System.Drawing.Point(
117, 44)
208         Me.cmbFeeName.Name =
"cmbFeeName"
209         Me.cmbFeeName.Size = New System.Drawing.Size(
157, 23)
210         Me.cmbFeeName.TabIndex =
1
211         
'
212         
'cmbClass
213         
'
214         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
215         Me.cmbClass.FormattingEnabled = True
216         Me.cmbClass.Location = New System.Drawing.Point(
117, 15)
217         Me.cmbClass.Name =
"cmbClass"
218         Me.cmbClass.Size = New System.Drawing.Size(
84, 23)
219         Me.cmbClass.TabIndex =
0
220         
'
221         
'Label2
222         
'
223         Me.Label2.AutoSize = True
224         Me.Label2.Location = New System.Drawing.Point(
19, 41)
225         Me.Label2.Name =
"Label2"
226         Me.Label2.Size = New System.Drawing.Size(
71, 15)
227         Me.Label2.TabIndex =
5
228         Me.Label2.Text =
"Fee Name :"
229         
'
230         
'Label3
231         
'
232         Me.Label3.AutoSize = True
233         Me.Label3.Location = New System.Drawing.Point(
19, 15)
234         Me.Label3.Name =
"Label3"
235         Me.Label3.Size = New System.Drawing.Size(
43, 15)
236         Me.Label3.TabIndex =
0
237         Me.Label3.Text =
"Class :"
238         
'
239         
'Panel3
240         
'
241         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
242         Me.Panel3.Controls.Add(Me.btnDelete)
243         Me.Panel3.Controls.Add(Me.btnClose)
244         Me.Panel3.Controls.Add(Me.btnUpdate)
245         Me.Panel3.Controls.Add(Me.btnSave)
246         Me.Panel3.Controls.Add(Me.btnNew)
247         Me.Panel3.Location = New System.Drawing.Point(
318, 75)
248         Me.Panel3.Name =
"Panel3"
249         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
250         Me.Panel3.TabIndex =
2
251         
'
252         
'btnDelete
253         
'
254         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
255         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
256         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
257         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
258         Me.btnDelete.Name =
"btnDelete"
259         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
260         Me.btnDelete.TabIndex =
3
261         Me.btnDelete.Text =
"Delete"
262         Me.btnDelete.UseVisualStyleBackColor = True
263         
'
264         
'btnClose
265         
'
266         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
267         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
268         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
270         Me.btnClose.Name =
"btnClose"
271         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
272         Me.btnClose.TabIndex =
4
273         Me.btnClose.Text =
"Close"
274         Me.btnClose.UseVisualStyleBackColor = True
275         
'
276         
'btnUpdate
277         
'
278         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
279         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
280         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
281         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
282         Me.btnUpdate.Name =
"btnUpdate"
283         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
284         Me.btnUpdate.TabIndex =
2
285         Me.btnUpdate.Text =
"Update"
286         Me.btnUpdate.UseVisualStyleBackColor = True
287         
'
288         
'btnSave
289         
'
290         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
291         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
292         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
293         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
294         Me.btnSave.Name =
"btnSave"
295         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
296         Me.btnSave.TabIndex =
1
297         Me.btnSave.Text =
"Save"
298         Me.btnSave.UseVisualStyleBackColor = True
299         
'
300         
'btnNew
301         
'
302         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
303         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
304         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
305         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
306         Me.btnNew.Name =
"btnNew"
307         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
308         Me.btnNew.TabIndex =
0
309         Me.btnNew.Text =
"New"
310         Me.btnNew.UseVisualStyleBackColor = True
311         
'
312         
'dgw
313         
'
314         Me.dgw.AllowUserToAddRows = False
315         Me.dgw.AllowUserToDeleteRows = False
316         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
317         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
318         Me.dgw.BackgroundColor = System.Drawing.Color.White
319         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
320         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
321         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
322         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
323         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
324         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
325         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
326         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
327         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
328         Me.dgw.ColumnHeadersHeight =
24
329         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column6, Me.Column7, Me.Column4, Me.Column5})
330         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
331         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
332         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
333         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
334         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
335         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
336         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
337         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
338         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
339         Me.dgw.EnableHeadersVisualStyles = False
340         Me.dgw.GridColor = System.Drawing.Color.White
341         Me.dgw.Location = New System.Drawing.Point(
9, 333)
342         Me.dgw.MultiSelect = False
343         Me.dgw.Name =
"dgw"
344         Me.dgw.ReadOnly = True
345         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
346         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
347         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
348         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
349         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
350         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
351         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
352         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
353         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
354         Me.dgw.RowHeadersWidth =
25
355         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
356         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
357         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
358         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
359         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
360         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
361         Me.dgw.RowTemplate.Height =
18
362         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
363         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
364         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
365         Me.dgw.Size = New System.Drawing.Size(
527, 232)
366         Me.dgw.TabIndex =
1
367         
'
368         
'Panel2
369         
'
370         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
371         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
372         Me.Panel2.Controls.Add(Me.txtSchoolID)
373         Me.Panel2.Controls.Add(Me.Label1)
374         Me.Panel2.Controls.Add(Me.lblUser)
375         Me.Panel2.Controls.Add(Me.txtID)
376         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
377         Me.Panel2.Name =
"Panel2"
378         Me.Panel2.Size = New System.Drawing.Size(
527, 62)
379         Me.Panel2.TabIndex =
0
380         
'
381         
'Label1
382         
'
383         Me.Label1.AutoSize = True
384         Me.Label1.BackColor = System.Drawing.Color.Transparent
385         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
386         Me.Label1.ForeColor = System.Drawing.Color.White
387         Me.Label1.Location = New System.Drawing.Point(
169, 16)
388         Me.Label1.Name =
"Label1"
389         Me.Label1.Size = New System.Drawing.Size(
157, 24)
390         Me.Label1.TabIndex =
0
391         Me.Label1.Text =
"Class Fee Entry"
392         
'
393         
'lblUser
394         
'
395         Me.lblUser.AutoSize = True
396         Me.lblUser.Location = New System.Drawing.Point(
278, 40)
397         Me.lblUser.Name =
"lblUser"
398         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
399         Me.lblUser.TabIndex =
5
400         Me.lblUser.Text =
"Label8"
401         Me.lblUser.Visible = False
402         
'
403         
'txtID
404         
'
405         Me.txtID.Location = New System.Drawing.Point(
14, 3)
406         Me.txtID.Name =
"txtID"
407         Me.txtID.Size = New System.Drawing.Size(
111, 20)
408         Me.txtID.TabIndex =
4
409         Me.txtID.Visible = False
410         
'
411         
'Label8
412         
'
413         Me.Label8.AutoSize = True
414         Me.Label8.Location = New System.Drawing.Point(
19, 72)
415         Me.Label8.Name =
"Label8"
416         Me.Label8.Size = New System.Drawing.Size(
88, 15)
417         Me.Label8.TabIndex =
16
418         Me.Label8.Text =
"School Name :"
419         
'
420         
'cmbSchoolName
421         
'
422         Me.cmbSchoolName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
423         Me.cmbSchoolName.FormattingEnabled = True
424         Me.cmbSchoolName.Location = New System.Drawing.Point(
117, 72)
425         Me.cmbSchoolName.Name =
"cmbSchoolName"
426         Me.cmbSchoolName.Size = New System.Drawing.Size(
157, 23)
427         Me.cmbSchoolName.TabIndex =
2
428         
'
429         
'Column1
430         
'
431         Me.Column1.HeaderText =
"ID"
432         Me.Column1.Name =
"Column1"
433         Me.Column1.ReadOnly = True
434         Me.Column1.Visible = False
435         
'
436         
'Column2
437         
'
438         Me.Column2.HeaderText =
"Class"
439         Me.Column2.Name =
"Column2"
440         Me.Column2.ReadOnly = True
441         
'
442         
'Column3
443         
'
444         Me.Column3.HeaderText =
"Fee Name"
445         Me.Column3.Name =
"Column3"
446         Me.Column3.ReadOnly = True
447         
'
448         
'Column6
449         
'
450         Me.Column6.HeaderText =
"School ID"
451         Me.Column6.Name =
"Column6"
452         Me.Column6.ReadOnly = True
453         Me.Column6.Visible = False
454         
'
455         
'Column7
456         
'
457         Me.Column7.HeaderText =
"School Name"
458         Me.Column7.Name =
"Column7"
459         Me.Column7.ReadOnly = True
460         
'
461         
'Column4
462         
'
463         Me.Column4.HeaderText =
"Semester"
464         Me.Column4.Name =
"Column4"
465         Me.Column4.ReadOnly = True
466         
'
467         
'Column5
468         
'
469         Me.Column5.HeaderText =
"Fee"
470         Me.Column5.Name =
"Column5"
471         Me.Column5.ReadOnly = True
472         
'
473         
'txtSchoolID
474         
'
475         Me.txtSchoolID.Location = New System.Drawing.Point(
14, 33)
476         Me.txtSchoolID.Name =
"txtSchoolID"
477         Me.txtSchoolID.Size = New System.Drawing.Size(
111, 20)
478         Me.txtSchoolID.TabIndex =
6
479         Me.txtSchoolID.Visible = False
480         
'
481         
'frmClassFeeInfo
482         
'
483         Me.AcceptButton = Me.btnSave
484         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
485         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
486         Me.BackColor = System.Drawing.Color.DarkSlateGray
487         Me.ClientSize = New System.Drawing.Size(
574, 604)
488         Me.Controls.Add(Me.Panel1)
489         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
490         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
491         Me.MaximizeBox = False
492         Me.MinimizeBox = False
493         Me.Name =
"frmClassFeeInfo"
494         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
495         Me.Panel1.ResumeLayout(False)
496         Me.Panel6.ResumeLayout(False)
497         Me.Panel6.PerformLayout()
498         Me.Panel5.ResumeLayout(False)
499         Me.Panel5.PerformLayout()
500         Me.Panel4.ResumeLayout(False)
501         Me.Panel4.PerformLayout()
502         Me.Panel3.ResumeLayout(False)
503         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
504         Me.Panel2.ResumeLayout(False)
505         Me.Panel2.PerformLayout()
506         Me.ResumeLayout(False)
507
508     End Sub
509     Friend WithEvents Panel1 As System.Windows.Forms.Panel
510     Friend WithEvents Panel3 As System.Windows.Forms.Panel
511     Friend WithEvents btnDelete As System.Windows.Forms.Button
512     Friend WithEvents btnClose As System.Windows.Forms.Button
513     Friend WithEvents btnUpdate As System.Windows.Forms.Button
514     Friend WithEvents btnSave As System.Windows.Forms.Button
515     Friend WithEvents btnNew As System.Windows.Forms.Button
516     Friend WithEvents dgw As System.Windows.Forms.DataGridView
517     Friend WithEvents Panel2 As System.Windows.Forms.Panel
518     Friend WithEvents Label1 As System.Windows.Forms.Label
519     Friend WithEvents txtID As System.Windows.Forms.TextBox
520     Friend WithEvents lblUser As System.Windows.Forms.Label
521     Friend WithEvents Panel5 As System.Windows.Forms.Panel
522     Friend WithEvents txtSearchByClass As System.Windows.Forms.TextBox
523     Friend WithEvents Label5 As System.Windows.Forms.Label
524     Friend WithEvents Panel6 As System.Windows.Forms.Panel
525     Friend WithEvents txtSearchByFeeName As System.Windows.Forms.TextBox
526     Friend WithEvents Label4 As System.Windows.Forms.Label
527     Friend WithEvents Panel4 As System.Windows.Forms.Panel
528     Friend WithEvents Label7 As System.Windows.Forms.Label
529     Friend WithEvents Label6 As System.Windows.Forms.Label
530     Friend WithEvents txtFee As System.Windows.Forms.TextBox
531     Friend WithEvents cmbSemester As System.Windows.Forms.ComboBox
532     Friend WithEvents cmbFeeName As System.Windows.Forms.ComboBox
533     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
534     Friend WithEvents Label2 As System.Windows.Forms.Label
535     Friend WithEvents Label3 As System.Windows.Forms.Label
536     Friend WithEvents Label8 As System.Windows.Forms.Label
537     Friend WithEvents cmbSchoolName As System.Windows.Forms.ComboBox
538     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
539     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
540     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
541     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
542     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
543     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
544     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
545     Friend WithEvents txtSchoolID As System.Windows.Forms.TextBox
546
547 End Class


Gõ tìm kiếm nhanh...